vcPositionStatement

vcPositionStatement is an abstract class used for creating robot positions executed by motion type statements. For example, you can create a custom statement by implementing a vcPositionStatement as a process handler.

See in: Overview

Module: vcRobotics

Parent: vcStatement

Children: vcMotionStatement, vcPathStatement, vcProcessStatement

Referenced by: -

Properties

Learn how to use properties here. The properties are also inherited from the parent class.

NameTypeAccessDescription
BasevcBaseFrameRWDefines the base frame of the statement.
ExternalTCPBooleanRWDefines if external tcp mode is used for the statement.
PositionsvcPositionFrameIteratorRGets the list of positions in the statement.
ToolvcBaseFrameRWDefines the tool frame of the statement.

Methods

Learn how to use methods here. The methods are also inherited from the parent class.

NameReturn TypeParametersDescription
createPositionvcPositionFrameString nameCreates a new position with a given name.

Parameters:
([String name])

Returns:
vcPositionFrame
deletePositionNonevcPositionFrame positionCreates a new position with a given name.

Parameters:
([String name])

Returns:
vcPositionFrame